home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / over203.arc / OVER.DOC < prev   
Encoding:
Text File  |  1986-10-06  |  3.0 KB  |  74 lines

  1. OVER, version 2.03, Copyright (c) 1986, David H. W. Chong, All rights reserved.
  2.         
  3. NAME
  4.         over - advanced "CHDIR" utility.
  5.         
  6. SYNOPSIS
  7.         over [d:][start_node]directory_name
  8.         
  9.         d:  is a valid drive id. If not specified, the current logged
  10.             drive is assumed.
  11.             
  12.         start_node  is any root-level sub-directory entry. If not specified,
  13.                     the search begins at the root. This option is useful if
  14.                     there are more than one directory with the same name.
  15.                     When specified, the search begins at the specified node
  16.                     and searches only sub-directories of that node.
  17.                     
  18.         directory_name  is the name of any valid sub-directory. If the name
  19.                         is not found or invalid, the current directory is
  20.                         unchanged.
  21.                         
  22.     OVER changes the current directory to the directory_name specified.
  23.     The directory_name may be any valid directory at any level. Unlike DOS's
  24.     "CHDIR" command, OVER does not require the full path specification.
  25.  
  26.                      +-dir1 
  27.                      |
  28.               +-dirA-+-dir2
  29.               |      |
  30.               |      +-dir3
  31.               |
  32.               |      +-dir4
  33.               |      |
  34.            d:-+-dirB-+-dir5
  35.               |      |
  36.               |      +-dir6
  37.               |
  38.               |      +-dir7-+-dirX
  39.               |      |      |
  40.               +-dirC-+-dir8 +-dir3
  41.                      |
  42.                      +-dir9
  43.  
  44.     Assuming your current logged drive is d:, "over dir3" will change 
  45.     the current directory to first occurance of "dir3", which is 
  46.     "d:\dirA\dir3" in the figure above. If you want "d:\dirC\dir1\dir3" 
  47.     instead, then the starting_node must be specified, 
  48.     i.e. "over \dirC\dir3".
  49.  
  50.     If your current logged drive is c:, and the directory you want is 
  51.     not on the current logged drive, then the drive id must also be 
  52.     specified. For example, "over d:dir4" will change the current 
  53.     drive and directory to "d:\dirB\dir4".
  54.     
  55. CONTRIBUTION
  56.     You are encouraged to copy and share this program with other users,
  57. on the conditions that the program is not distributed in modified form,
  58. that no fee or consideration is charged, and that this accompanying
  59. documentation is not bypassed or removed. If you find this program useful
  60. you can send a check for $10.00 payable to :
  61.  
  62.                     CHONG HON WAI
  63.                     Block 629, Bedok Reservoir Road
  64.                     #11-1654
  65.                     Singapore 1647
  66.                     REPUBLIC OF SINGAPORE.
  67.  
  68. DISCLAIMER
  69.     The author has taken due care in ensuring that the program operates
  70. as described.  The author however makes no expressed or implied warranty
  71. of any kind with regard to this program. Under no circumstances shall the
  72. author be liable for incidental or consequential damages arising from the
  73. use or inability to use of this program.
  74.